home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000289_news@columbia.edu_Mon Sep 4 03:31:15 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11811
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 4 Sep 1995 12:20:13 -0400
  3. Received: by apakabar.cc.columbia.edu id AA08449
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 4 Sep 1995 12:20:11 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!newsfeed.internetmci.com!inet-nntp-gw-1.us.oracle.com!news.caldera.com!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-KERMIT 3.14 hanging on idle TCP/IP connection?
  9. Message-Id: <1995Sep4.093116.60494@cc.usu.edu>
  10. Date: 4 Sep 95 09:31:15 MDT
  11. References: <42d2u9$edt@apakabar.cc.columbia.edu> <42dodl$go@apakabar.cc.columbia.edu>
  12. Organization: Utah State University
  13. Lines: 78
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <42dodl$go@apakabar.cc.columbia.edu>, chaiklin@konichiwa.cc.columbia.edu (Seth Chaiklin) writes:
  17. > Joe Doupnik <jrd@cc.usu.edu> wrote:
  18. >>    Did you have a chance to look at the ARP cache on the Linux machine?
  19. >>I've heard rumors (I don't use Linux) that it times out and can yield just
  20. >>the effects noted. You might try pinging MSK from the Linux end as one way
  21. >>of correcting its ARP cache.
  22. > You are definitely on the right track (and thanks for the fast response!).
  23. > I tried an experiment.  I let the MSK machine sit idle while
  24. > connected to the Linux machine, and after 10 minutes (while true;
  25. > do date; arp -a; sleep 60; done), I discovered that the Linux arp
  26. > cache loses the HW address of the ethernet card, at which point,
  27. > of course, the MSK machine appears to be frozen.
  28. > I tried pinging the MSK machine from the Linux machine, but it
  29. > does not respond.  However, if I hand-entered the HW address for
  30. > the MSK machine, then deleted this entry from the arp cache, and
  31. > then added it again, I could reestablish input/output being shown
  32. > on the MSK machine, and everything seems to work as it should.
  33. >
  34.     Looks as if you need to talk with the Linux folks about fixing
  35. the mis-designed TCP/IP stack.
  36.  
  37. >>    You should also double check memory management on the PC to avoid
  38. >>clobbering the Ethernet adapter (presumed, you didn't say), and also to
  39. >>seek out and destroy IRQ & port conflicts. Remember to leave video memory,
  40. >>segments A000-BFFF, to the video system. These matters are discussed in
  41. >>the release notes. Do worry about PC screen savers and green machine
  42. >>power-downs too. 
  43. > Thanks for these additional suggestions.  Good to know for the future,
  44. > but the machine where I was having the problems is:
  45. > An elder XT with 640K.  There is no memory to manage, and
  46. > definitely not green!  There are no screen savers.  There are
  47. > keyboard and codepage drivers installed, as well as a Cyrnwr packet
  48. > driver, otherwise no other TSRs. The monochrome monitor has a
  49. > hercules-compatible card.  There is a single serial port IRQ4, and
  50. > the ethernet adapter is IRQ3.  The ethernet adaptor is a 3c501.
  51.  
  52.     3C501? Yikes, that's a very poor board on any network these
  53. days. NE-2000 clones cost very little and I recommend putting the 3C501
  54. in the museum drawer (please).
  55.  
  56. > However, I tried the same experiment (with the same results) with
  57. > a 486 VGA monitor machine and a 3c509 ethernet card, so I
  58. > suspect the problem is not with MSK nor with the PC-hardware.
  59. > However, there is still one part that bothers me:  Why would MSK crash
  60. > the PC in the process of exiting from MSK?  This happens even if I
  61. > logout from the Linux machine (because it is still possible to
  62. > issue commands, even if the arp cache has lost the ethernet address,
  63. > and if it they are not shown on the monitor).  That doesn't seem
  64. > right. (It doesn't crash if I reload the arp cache.)
  65.  
  66.     I have no idea, to tell the truth. MSK doesn't crash here when
  67. the other end goes away. It takes awhile to time out but that's all.
  68. I'm typically using ODI rather than a Packet Driver.
  69.     Joe D. 
  70.  
  71. > Meanwhile, thanks very much for the insightful suggestion. 
  72. > Cheers,
  73. >   Seth Chaiklin